|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISelectionRequest
A request that collects a value selection from the other end of the conversation.
| Method Summary | |
|---|---|
void |
setParameterValue(java.lang.String parameterName,
java.lang.String parameterValue)
Sets the value of a parameter configured on this interaction. |
void |
setParameterValues(java.lang.String parameterName,
java.lang.String[] parameterValues)
Sets all the values configured for the specified parameter on this interaction. |
| Methods inherited from interface org.eclipse.vtp.framework.interactions.core.conversation.IInteraction |
|---|
enqueue, process |
| Method Detail |
|---|
void setParameterValue(java.lang.String parameterName,
java.lang.String parameterValue)
parameterName - The name of the parameter to set the value of.parameterValue - The value to set the parameter to.
void setParameterValues(java.lang.String parameterName,
java.lang.String[] parameterValues)
parameterName - The name of the parameter to set the values of.parameterValues - The values to set the parameter to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||